You are here: Symbol Reference > Dew Namespace > Dew.Math Namespace > Classes > MatrixInt Structure > MatrixInt Methods > MatrixInt.WriteValues Method
Dew Math for .NET
ContentsIndexHome
PreviousUpNext
MatrixInt.WriteValues Method

Writes object Values content to a stream.

Syntax
C#
Visual Basic
public void WriteValues(Stream DstStream, [In] TPrecision aPrecision);

Writes the calling object Values content to the DstStream stream. No other values describing the data type or length are written to the DstStream. Number type is defined by the Precision parameter, but only integer formats are accepted. Attempt to save single (float) precision or double precision will raise an exception. The paramateres must be the same as for the WriteHeader method. Use this method separately only, if you want user defined storage format.

Copyright (c) 1999-2024 by Dew Research. All rights reserved.
What do you think about this topic? Send feedback!